                (BEST VIEWED WITH WORDWRAP ENABLED & FONT= COURIER , SIZE =10)

         @$@$#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@@$@ @#$#$@
        @@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@  @#$#$#$@
         @@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#$@ @#$#$@
          @#$@                             
          @#$@       @$@$@$@$@ @$@$@ $@$@$ @$@$@ $@$@$   @#@#@#@#@@ @$@$@ $@$@$ @$#$#$#@
          @#$@      @#$#$#$#$@@ @#$#$#$#$#$ @#$#$#$#$#$ @$#$#$#$#@@@ @#$#$#$#$#$ @#$#$@
          @#$@    @ @#@#@#@#@#@ @#$@$#$#@@@ @#$@$#$#@@@ @#@@    @#$@ @#$@$#$#@@@  @$#@
          @#$@#$#$@ @#@#   #@#@ @#$@   @@@  @#$@   @@@  @$@     @#$@ @#$@   @@@   @$#@
          @#$@@#@#@ @#@#@#@#@#@ @#$@   @@   @#$@   @@         @#@#$@ @#$@   @@    @$#@   
          @#$@#$#$@ @$@$@$@$@$@ @#$@        @#$@         @@#@@#@#@#@ @#$@         @$#@
          @#$@    @ @$@#        @#$@        @#$@        @#$#$#$#$#$@ @#$@         @$#@
          @#$@      @$@#        @#$@        @#$@        @#$@    @#$@ @#$@         @$#@
          @#$@      @#@#@#@#@#@ @#$@        @#$@        @#$@#$#$#$#@ @#$@         @$#@
          @#$#@     @$@$@$@$@$@ @#$#@       @#$#@       @#$@#@#@#@#@ @#$#@       @#$#$@
        @#@#@#@#@    @#@#@#@#@ @#@#@#@     @#@#@#@       @#@#@#@#@# @#@#@#@     @$#$#$#@


                                                                                
                                            ARTeam 
            :-)--->Nilrem, Enforcer, ferrari, mAdMaN H3rCuL3S, EJ12N, Kruger<---(-:
                             Visit:-http://cracking.accessroot.com

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     File Securer    $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$      3.51.01293     $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$                     $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@@@@@@@@@@@@@
@@@@@@@@@@@@@              AUTHOR            :   FERRARI                          @@@@@@@@@@@@@ 
@@@       @@@              PROTECTION        :   SERIAL,limited uses              @@@       @@@   @@ ferrari @@              TARGET FILES      :   fhrapp.exe                       @@ ferrari @@ 
@@@       @@@              TARGET URL        :   http://www.fridaysoft.com        @@@       @@@   @@@@@@@@@@@@@              OPERATING SYSTEM  :   WINDOWS ALL                      @@@@@@@@@@@@@   @@@@@@@@@@@@@              RELEASE DATE      :   02.05.2004                       @@@@@@@@@@@@@
@@@@@@@@@@@@$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@                                TOOLS USED & TARGET SOFTWARE                                 @
@                                =============================                                @
@                                                                                             @
@ OllyDbg               :- http://home.t-online.de/home/Ollydbg                               @
@ File Securer          :- http://grinders.withernsea.com/tools/filesecurer.rar               @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

  Okay this is an easy target to crack. I cracked it the kiddie way ;-) The tutorial shall be straight to the point ;-)
 After installing the program run it, type whatever password you choosed, when you get to the main window then bring up the REgistration Dialog( "About") .Enter any username and serial and note the bad boy message "Please input correct register code"
 From the Software "Manual" I see that you can only use this software "30-Times". After this limited usage whenever you exit the software you will see a NAG telling you to register the software. I don't find any disabled features.
  Fire Olly, F3. open "fhrapp.exe". See this code:

004B7EEC >/$  55            PUSH EBP

Right click-->Search for-->All referenced text strings. In the window that pops up right click and search for text-->type the bad boy message and when you land on that string then double click on it and land here:

004B46D8  |.  E8 67A8FFFF   CALL fhrapp.004AEF44<---------------Enter this CALL
004B46DD  |.  84C0          TEST AL,AL
004B46DF  |.  0F85 95000000 JNZ fhrapp.004B477A
004B46E5  |.  68 10000100   PUSH 10010                     ;  UNICODE "ALLUSERSPROFILE=D:\Documents and Settings\All Users"
004B46EA  |.  68 E8484B00   PUSH fhrapp.004B48E8           ;  ASCII "Register error"
004B46EF  |.  68 F8484B00   PUSH fhrapp.004B48F8           ;  ASCII "Please input correct register code "

Also Scroll down & note this code:

004B4872  |.  68 34494B00   PUSH fhrapp.004B4934           ;  ASCII " register successfully"

So whether that JNZ at "004B46DF" will jump or not(good or bad message) depennds upon the return value of the procedure "CALL fhrapp.004AEF44". So select this line and hit "Enter" to enter this call. Land here:

004AEF44  /$  55            PUSH EBP

Hit F9 to run the target-->bring up the register dialog-->Enter any details-->Back in Olly Hit F2 to put break point at 004AEF44-->Back in Register dialog hit "Register". Olly breaks at our BP.
Trace with F8 till you enter this loop:

004AF124  |> /8D45 B8       /LEA EAX,DWORD PTR SS:[EBP-48]
004AF127  |. |8BD7          |MOV EDX,EDI                   ;  fhrapp.004BB088
004AF129  |. |E8 D252F5FF   |CALL fhrapp.00404400
004AF12E  |. |8B45 B8       |MOV EAX,DWORD PTR SS:[EBP-48]
004AF131  |. |8B55 F0       |MOV EDX,DWORD PTR SS:[EBP-10]
004AF134  |. |E8 DB54F5FF   |CALL fhrapp.00404614
004AF139     |75 0C         |JNZ SHORT fhrapp.004AF147
004AF13B  |. |80F3 01       |XOR BL,1
004AF13E  |. |33C0          |XOR EAX,EAX
004AF140  |. |A3 700D4C00   |MOV DWORD PTR DS:[4C0D70],EAX
004AF145  |. |EB 0C         |JMP SHORT fhrapp.004AF153
004AF147  |> |83C7 21       |ADD EDI,21
004AF14A  |. |4E            |DEC ESI
004AF14B  |.^\75 D7         \JNZ SHORT fhrapp.004AF124

This loop is very long and I was fed up hitting "F8". Also I observe the Register & Stack window some Serial like numbers are generated but they donot fit our Serial Length!
Now observe the JNZ at 004AF139. This jump is always taken when the serial is wrong. And it depends upon the return value of "CALL fhrapp.00404614". But instead of entering the call I just changed this suspicious JNZ this way.

004AF139     |75 0C         |JNZ SHORT fhrapp.004AF147

                      Change To

004AF139      90            |NOP
004AF13A      90             NOP
 
I saved the changes to the file and ran the program outside Olly and I see that the program is cracked :-) The registration dialog text boxes are disabled and the NAG screen is also gone and the program works without any problems! 

So now you make the changes permanent!
Right click/copy to executable/all modifications/copy all, then right click on new box/save file, double click on fhrapp.exe and select overwrite file.

The program is now cracked :-)


*********************************************NOTE**********************************************
 After cracking don't forget to hide this file to some other location--> "fhrcvr.exe" ;-)
***********************************************************************************************

@@@@@@@@@@###########################################################################@@@@@@@@@@ 
@@@@@@@@@@#                          ---SHOUTZ AND GREETZ---                        #@@@@@@@@@@
@@@@  @@@@#                                                                         #@@@@  @@@@ 
@@@ H  @@@#        To ARTeam :-) Thanks to Pompeyfan who quit the Team for          #@@@ H  @@@   @@  O   @@#        some personal problems :-(. We miss you friend and my best       #@@  O   @@
@   R    @#        wishes to you :-), Special thanks to exetools.com,Sir JMI        #@   R    @  
@@  S   @@#        SatyricOn, R@dier,Britedream, Markus :-) and all who helped      #@@  S   @@
@@@ E  @@@#        me learn RCE. Thanks to woodmann.com, Ollydbg,fridaysoft.com ;-) #@@@ E  @@@
@@@@  @@@@#        & tech-arena.com :-)                                             #@@@@  @@@@
@@@@@@@@@@@@@$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@@@@@@@@@@@@@ 
@@@@@@@@@@@@@                                                                     @@@@@@@@@@@@@
@@@       @@@                                                                     @@@       @@@
@@ ferrari @@             REMEMBER,IF U USE THE PROGRAM THEN BUY IT :-) !         @@ ferrari @@ 
@@@       @@@                    For Educational Purpose Only!                    @@@       @@@ 
@@@@@@@@@@@@@                                                                     @@@@@@@@@@@@@   @@@@@@@@@@@@@$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@@@@@@@@@@@@@
                                    
 